home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / qtw111 / samples / bigeight.rc < prev    next >
Text File  |  1992-08-19  |  840b  |  29 lines

  1.  
  2. // ---------------------------------------------------------------------
  3. //
  4. // BigEight.rc - Sample QuickTime for Windows Application
  5. //
  6. //               (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
  7. //
  8. // ---------------------------------------------------------------------
  9.  
  10. #include <windows.h>
  11. #include "bigeight.h"
  12.  
  13. bigeight MENU
  14.   {
  15.   POPUP "&Attributes"
  16.     {
  17.     MENUITEM "&Hide Controller", IDM_CONTROLLER
  18.     MENUITEM "&Hide Step Buttons", IDM_STEP_BUTTONS
  19.     MENUITEM "&Hide Speaker Button", IDM_SPEAKER_BUTTON
  20.     MENUITEM "&Hide Grow Box", IDM_GROW_BOX
  21.     MENUITEM SEPARATOR
  22.     MENUITEM "&Disable Keyboard Interface", IDM_KEYBOARD
  23.     MENUITEM "&Disable Sound", IDM_SOUND
  24.     MENUITEM "&Enable Looping", IDM_LOOPING
  25.     MENUITEM "&Enable Palindrome Looping", IDM_PALINDROME
  26.     }
  27.   }
  28.  
  29.